ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiAutoComplete<T> Class / SelectedMemberPath Property






In This Topic
    SelectedMemberPath Property (MultiAutoComplete<T>)
    In This Topic
    Gets or sets the name of the property used to control which item will be selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedMemberPath As System.String
    'Usage
     
    
    Dim instance As MultiAutoComplete(Of T)
    Dim value As System.String
     
    instance.SelectedMemberPath = value
     
    value = instance.SelectedMemberPath
    public System.string SelectedMemberPath {get; set;}
    public read-write property SelectedMemberPath: System.String; 
    public function get,set SelectedMemberPath : System.String
    public: __property System.string* get_SelectedMemberPath();
    public: __property void set_SelectedMemberPath( 
       System.string* value
    );
    public:
    property System.String^ SelectedMemberPath {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also